Skip to content

feat: Doubly linked list#43

Merged
phumipatc merged 2 commits intomasterfrom
features/doubly-linked-list
Oct 1, 2025
Merged

feat: Doubly linked list#43
phumipatc merged 2 commits intomasterfrom
features/doubly-linked-list

Conversation

@phumipatc
Copy link
Copy Markdown
Owner

  • Add new data structure

@phumipatc phumipatc requested a review from Copilot October 1, 2025 14:15
@phumipatc phumipatc self-assigned this Oct 1, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new doubly linked list data structure implementation in C++. The implementation provides basic operations for creating nodes, inserting elements, and navigating through the list.

  • Adds a complete doubly linked list implementation with node creation and insertion functionality
  • Implements navigation functions to move between nodes and traverse to list boundaries
  • Includes a demonstration in the main function showing various list operations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread Data_Structure/Doubly_Linked_List.cpp Outdated
Comment thread Data_Structure/Doubly_Linked_List.cpp Outdated
Comment thread Data_Structure/Doubly_Linked_List.cpp Outdated
Comment thread Data_Structure/Doubly_Linked_List.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants